home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.mactech.com 2010
/
ftp.mactech.com.tar
/
ftp.mactech.com
/
macintosh-c
/
macc-carbon-demos-nonbinhex.sit
/
macc-carbon-demos-nonbinhex
/
chap19-demo-carbon events
/
MoreResources.c.rsrc
/
TEXT_8715.txt
< prev
next >
Wrap
Text File
|
2001-05-12
|
1KB
|
24 lines
// *******************************************************************************************
// MoreResources.c CARBON
// *******************************************************************************************
//
// This program uses custom resources to:
//
// • Store application preferences in the resource fork of a Preferences file.
//
// • Store, in the resource fork of a document file:
//
// • The user state and current state of the window associated with the document.
//
// • A flattened PMPageFormat object containing information about how the pages of the
// document should be printed, for example, on what paper size, in what printable
// area, and in what orientation (landscape or portrait).
//
// The program utilises the following standard resources:
//
// • A 'carb' resource.
//
// • An 'MBAR' resource, and 'MENU' resources for Apple, File, Edit and Demonstration menus
// (preload, non-purgeable).
//
// • A 'WIN